Welcome![Sign In][Sign Up]
Location:
Search - tcp client

Search list

[WinSock-NDISTCP的客户服务器通信程序

Description: TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:\\\\client\\\\ls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP client-server communication program one : running a process, running the server and wait for the client to issue two requests, the client operating procedures, the importation of customer IP address, link request, if successful connection, the server-client shows the IP address and port number ; the client receives the document and preserve d : \\ \\ client \\ \\ ls.txt, otherwise an error message. 2 : Principle procedures transmitter : open the file, read each character to the buffer (buffer size for 1024), and if the document is greater than 1,024, then sent into pieces; If less, then sent directly. Receivers : Send-the same reason.
Platform: | Size: 15357 | Author: 刘鹏 | Hits:

[CommunicationTCP聊天客户端1

Description: TCP 聊天程序客户端,详细讲述开发过程-TCP client chat program, described in detail the development process
Platform: | Size: 31655 | Author: 胡和南 | Hits:

[CommunicationTCP Client

Description: 调试tcp端口程序,通过程序可以对tcp程序进行调试,方便了程序的调试功能.-debugging tcp port procedures, the procedures can be debugged tcp procedures to facilitate the process of debugging functions.
Platform: | Size: 165562 | Author: 梁松 | Hits:

[TCP/IP stacktcp-ipayixidailv

Description: 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放WinSock。 -a simple TCP client a process, the use of WSAStartup () initialization WinSock library. 2, the use of socket () to create a IPPROTO_TCP SOCKET. 3, the use of gethostbyname () / gethostbyaddr () mainframe access information. 4, the use of connect (), and we create the socket connections server. 5, the use of send () / recv () to send and receive data until we TCP end of the session. 6, the use of closesocket () closes socket connections. 7, the use of WSACleanup () release WinSock.
Platform: | Size: 5096 | Author: 顾谦 | Hits:

[Windows DevelopTCP--Server

Description: tcp通信的客户端实现功能,具有很强的使用价值,适合windows编程的初学者-tcp client communications functionality, and highly value, windows programming suitable for beginners!
Platform: | Size: 8168 | Author: 马亮 | Hits:

[Embeded Linuxtcp/ip client encode

Description:

這是一個tcp/ip 的client 程式碼


Platform: | Size: 6176 | Author: kikihsu | Hits:

[SourceCodeTCP服务器与客户端源代码

Description: 基于VC 6.0工程文件,测试TCP方式进行网络通信,包括服务器和客户端程序。
Platform: | Size: 138782 | Author: lbxu2008 | Hits:

[SourceCodelinux TCP UNIX domain

Description: 1、TCP UNIX 2、C/S Mode
Platform: | Size: 2240 | Author: arvin_fresh@sina.cn | Hits:

[DebugTCP/UDP调试工具

Description: TCP/UDP调试工具,可以TCP-client server、udp等方式 非常方便
Platform: | Size: 1621358 | Author: deification | Hits:

[Internet-NetworkWinSocket-TCP

Description: 用VC写的winsock聊天程序,分服务器和客户机俩个程序,是学习winsock很好的源码!- Winsock writes which with VC chats the procedure, divides the server and a client pairs procedure, studies the winsock very good source code!
Platform: | Size: 2125824 | Author: 阿敏 | Hits:

[Embeded-SCM DevelopDeltaNet

Description: 在嵌入式系统DeltaSYSTEM中实现PING主机,TCP服务器,TCP客户端,UDP服务器,UDP客户端的程序-in Embedded System DeltaSYSTEM achieve PING mainframe, TCP server, TCP Client, UDP server, the client UDP procedures
Platform: | Size: 16384 | Author: | Hits:

[SCMTCPIP(Ether)_for_AVR

Description: AVR单片机的TCP/IP源码-AVR TCP/IP source
Platform: | Size: 2850816 | Author: | Hits:

[TCP/IP stackTCP Web Server

Description: 模拟TCP协议建立一个web服务器,通过把数据装入TCP套接字,可以向客户端发送.html, .jpg, .jif等格式的文件。-simulated TCP establish a web server, data loading TCP socket, can be sent to the client. Html. Jpg,. Jif format documents.
Platform: | Size: 8192 | Author: 木头 | Hits:

[Internet-NetworkClient_For_TCP

Description: TCP客户端,简易连接方式-TCP client, simple connectivity
Platform: | Size: 1934336 | Author: | Hits:

[Linux-UnixUnixTCP

Description: Unix/Linux下服务端/客户通过TCP/IP通讯的程序-Unix/Linux server/client through the TCP/IP communications procedures
Platform: | Size: 77824 | Author: Scott | Hits:

[TCP/IP stacktcpclient

Description: 建立一个TCP Client实现应用程序(Basing on TCP Client to realize application)
Platform: | Size: 557056 | Author: 琳麻雀 | Hits:

[TCP/IP stacktcp server-client

Description: 实现tcp的客户端和服务器通信,客户端和客户端的单对单对话及公共消息发布(Implement TCP client and server communication, client and client lists for single and public messages)
Platform: | Size: 16384 | Author: lsnlsn_abc | Hits:

[LabViewTCP客户端程序

Description: 基于labview的TCP客户端程序发送主机通常将发送缓冲区中的数据按内存地址从低到?的顺序发出,接收主机把从?络上接到的字节依次保存在接收缓冲区中,也是按内存地址从低到?的顺序保存。 TCP/IP协议规定,?络数据流应采??端字节序,即低地址?字节。 socket API是?层抽象的?络编程接?,适?于各种底层?络协议,如IPv4、 IPv6,以及后?要讲的UNIX Domain Socket。(Based on the TCP client program to send the host LabVIEW will usually send buffer according to the data in the memory address from low to order issued, the receiving host to receive from the network bytes on sequentially stored in the receive buffer, and according to the memory address from low to preservation order. The TCP/IP agreement, network data flow should be endian, low byte address. Socket API is layer abstract network programming interface, suitable in various underlying network protocol, such as IPv4, IPv6, and UNIX Domain Socket to say.)
Platform: | Size: 13312 | Author: hoho8888 | Hits:

[TCP/IP stackTCP

Description: 一个简单的tcp 客户端以及服务端,能够简单实现一对一的聊天(A simple TCP client and serve)
Platform: | Size: 18432 | Author: 五味子吖 | Hits:

[Internet-Networktcp

Description: 基于Qt实现网络编程包含客户端和服务器端(Contains client and server side)
Platform: | Size: 20327424 | Author: black.zhang | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net